home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / rwvector.lha / RWVector2.1 / src / dludtest.out < prev    next >
Text File  |  1989-08-18  |  306b  |  26 lines

  1.  
  2. *************** Test LU decomposition ***************
  3.  
  4. **** Test inverse ****
  5.  
  6. testmat:
  7. -3 8 5 
  8. 2 -7 4 
  9. 1 9 -6 
  10.  
  11.  
  12. inverse(testmat):
  13. 0.0255319 0.395745 0.285106 
  14. 0.0680851 0.0553191 0.093617 
  15. 0.106383 0.148936 0.0212766 
  16.  
  17.  
  18. rhs:
  19. 6 9 1 
  20.  
  21. solution:
  22. 4 1 2 
  23.  
  24. Verification of solution (should match rhs):
  25. 6 9 1 
  26.